home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / XVID.ZIP / XVID.H < prev    next >
Encoding:
Text File  |  1996-09-09  |  528 b   |  16 lines

  1. void initgraphics();
  2. void set320x200();
  3. void set320x240();
  4. void set320x400();
  5. void set360x270();
  6. void set400x300();
  7. void set80x25(void);
  8. void flippage();
  9. void clearpage(int color,int pct = 100,int r=1);
  10. void clearvga();  // clear the all vga pages to 0
  11. unsigned getpixel(int x, int y);
  12. void putpixel(int x,int y,int color);
  13. void setwindow(int left, int top, int right, int bottom);
  14. void vplot(int x,int y,int color); // virtual coordinates
  15. void ZFRputimage(void *p,int x, int y, int percent, int flip,int angle);
  16.